home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / hardware / parallel_port / README < prev   
Encoding:
Text File  |  1994-08-02  |  568 b   |  22 lines

  1.  
  2.                ~4Dgifts/toolbox/hardware/parallel_port README
  3.       
  4.  
  5.                        Example Parallel Port Programs 
  6.       
  7.       A number of people have asked for examples of how to program
  8.       for the parallel port.  For now, we'll start with one 
  9.       admittedly simple example.
  10.       
  11.       
  12.       plpstat.c
  13.       *********
  14.       
  15.       This program is a simple example of getting the status of 
  16.       the parallel port.  It loops until the program is stopped
  17.       via a control-C giving the status of the port.
  18.  
  19.  
  20.       to compile, run "make".
  21.       
  22.